home *** CD-ROM | disk | FTP | other *** search
- <refentry id="libgimp-gimphelp" revision="19 Jan 2001">
- <refmeta>
- <refentrytitle>gimphelp</refentrytitle>
- <manvolnum>3</manvolnum>
- <refmiscinfo>LIBGIMP Library</refmiscinfo>
- </refmeta>
-
- <refnamediv>
- <refname>gimphelp</refname><refpurpose></refpurpose>
- </refnamediv>
-
- <refsynopsisdiv><title>Synopsis</title>
- <synopsis>
-
-
-
- <link linkend="gboolean">gboolean</link> <link linkend="gimp-help">gimp_help</link> (<link linkend="gchar">gchar</link> *prog_name,
- <link linkend="gchar">gchar</link> *help_page);
- </synopsis>
- </refsynopsisdiv>
-
-
-
-
-
- <refsect1>
- <title>Description</title>
- <para>
-
- </para>
- </refsect1>
-
- <refsect1>
- <title>Details</title>
- <refsect2>
- <title><anchor id="gimp-help">gimp_help ()</title>
- <programlisting><link linkend="gboolean">gboolean</link> gimp_help (<link linkend="gchar">gchar</link> *prog_name,
- <link linkend="gchar">gchar</link> *help_page);</programlisting>
- <para>
- Load a help page.
- </para>
- <para>
- This procedure loads the specified help page into the helpbrowser or
- what ever is configured as help viewer. The location of the help
- page is given relative to the help rootdir. The help rootdir is
- determined from the prog_name: if prog_name is NULL, we use the help
- rootdir of the main GIMP installation, if the plug-in's full
- executable name is passed as prog_name, the GIMP will use this
- information to look up the help path the plug-in has registered
- before with gimp-plugin-help-register.</para>
- <para>
-
- </para><informaltable pgwide=1 frame="none" role="params">
- <tgroup cols="2">
- <colspec colwidth="2*">
- <colspec colwidth="8*">
- <tbody>
- <row><entry align="right"><parameter>prog_name</parameter> :</entry>
- <entry> The plug-in's executable name or an empty string.
- </entry></row>
- <row><entry align="right"><parameter>help_page</parameter> :</entry>
- <entry> The location of the help page.
- </entry></row>
- <row><entry align="right"><emphasis>Returns</emphasis> :</entry><entry> TRUE on success.
- </entry></row>
- </tbody></tgroup></informaltable></refsect2>
-
- </refsect1>
-
-
-
-
- </refentry>
-